home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / dev / Monitor / Snoopy / Scripts / window.script < prev    next >
Text File  |  1993-12-18  |  1KB  |  22 lines

  1. ; this is an example Snoopy scriptfile that looks at some intuition stuff
  2.  
  3. base=int,intuition.library
  4. pri=3
  5. include=offsets/intuition
  6. watch=int,OpenScreen,A0L/RD0L,OpenScreen( %08lx ) = %08lx
  7. watch=int,OpenScreenTagList,A0L/A1L/RD0L,OpenScreenTagList( %08lx, %08lx ) = %08lx
  8. watch=int,CloseScreen,A0L/RD0L,CloseScreen( %08lx ) = %08lx
  9. watch=int,OpenWindow,A0L/RD0L,OpenWindow( %08lx ) = %08lx
  10. watch=int,OpenWindowTagList,A0L/A1L/RD0L,OpenWindowTagList( %08lx, %08lx ) = %08lx
  11. watch=int,CloseWindow,A0L/RD0L,CloseWindow( %08lx ) = %08lx
  12. watch=int,AutoRequest,A0L/A1L/A2L/A3L/D2W/D3W/RBD0L,AutoRequest( %08lx, "%s", "%s", "%s", %d, %d ) = %s
  13. watch=int,BuildEasyRequestArgs,A0L/A1L/D0L/A3L/RD0L,BuildEasyRequestArgs( %08lx, %08lx, %08lx, %08lx ) = %08lx
  14. watch=int,BuildSysRequest,A0L/A1L/A2L/A3L/D1W/D2W/RD0L,BuildSysRequest( %08lx, "%s", "%s", "%s", %d, %d ) = %08lx
  15. watch=int,ClearDMRequest,A0L/RBD0L,ClearDMRequest( %08lx ) = %s
  16. watch=int,EasyRequestArgs,A0L/A1L/A2L/A3L/RD0L,EasyRequestArgs( %08lx, %08lx, %08lx, %08lx ) = %ld
  17. watch=int,EndRequest,A0L/A1L,EndRequest( %08lx, %08lx )
  18. watch=int,FreeSysRequest,A0L,FreeSysRequest( %08lx )
  19. watch=int,InitRequester,A0L,InitRequester( %08lx )
  20. watch=int,Request,A0L/A1L/RBD0L,Request( %08lx, %08lx ) = %s
  21. watch=int,SetDMRequest,A0L/A1L/RBD0L,SetDMRequest( %08lx, %08lx ) = %s
  22.